EndsWithBytes
Type
operator
Summary
Determines whether Target ends with Needle.
Syntax
<Target> ends with <Needle>
Description
note
Since the empty data is a final subsequence of every sequence of bytes, every sequence of bytes ends with the empty data.
Parameters
Name | Type | Description |
---|---|---|
Needle | An expression which evaluates to binary data. | |
Target | An expression which evaluates to binary data. |